﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	/*-webkit-appearance: none;*/
} 
input,textarea,select {
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #ff0a0a;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.manu {
	margin: 30px 0px;
	padding-top:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}
.manu a {
	border: #b2bfcf 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #666;
	text-decoration: none;
	background: #FFF
}
.manu a:hover {
	border: #c7161e 1px solid;
	color: #666
}
.manu a:active {
	border: #c7161e 1px solid;
}
.manu .current {
	border: #c7161e 1px solid;
	padding: 6px 10px;
	font-weight:bold;
	margin: 2px;
	color: #fff;
	background: #c7161e
}
.manu .disabled {
	border: #DDD 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #ddd;
	background: #FFF
}
/**/
header {
	position:relative;
	width:100%;
	z-index:3;
}
header .kk {
	width:95%;
}
header .od {
	height:35px;
	line-height:35px;
	color:#FFF;
	background:#333;
	font-size:14px;
	overflow:hidden;
}
header .od span {
	float:right;
	margin-left:16px;
	padding-left:16px;
	border-left:solid 1px #555;
	font-size:14px;
}
header .od span:last-child {
	border-left:none;
}
header .od span i {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	font-style:normal;
}
header .od span.search i {
	font-size:24px;
	margin-right:0;
}
header .od span.search {
	position:relative;
}
header .od span.search div {
	position:absolute;
	width:0;
	background:#FFF;
	color:#000;
	height:29px;
	line-height:29px;
	right:0;
	top:3px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .od span.search:hover div {
	width:250px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .od span.search div input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .od span.search div button {
	position:absolute;
	width:40px;
	right:0;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
header .od a {
	color:#FFF;
}
header .od a:hover {
	color:#fb3030;
}
header .btop {
	height:63px;
	display:none;
}
header #top {
	position:relative;
	top:0;
	background:#FFF;
	width:100%;
	box-shadow: 0 1px 4px -1px #999;
	height:90px;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .logo {
	display: inline-block;
	height:90px;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .logo span {
	display: -moz-inline-box;/*针对火狐*/
}
header .logo span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:50px;
	vertical-align: middle;
	margin-right: -1px;
	transition:max-height .3s; -webkit-transition:max-height .3s; -moz-transition:max-height .3s;
}
header .menu {
	height:90px;
	position:relative;
	float:right;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .menu .mod {
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:solid 2px #fb3030;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .menu li {
	float:left;
}
header .menu li a {
	font-size:16px;
	height:90px;
	line-height:90px;
	display:block;
	color:#555;
	padding:0 25px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
header .menu li a:hover {
	color:#fb3030;
}
header .menu li.mainlevel{
    position:relative;
	z-index:999;
}
#home .menu li#m1 a span, #page1 .menu li#m2 a span, #page2 .menu li#m3 a span, #page3 .menu li#m4 a span, #page4 .menu li#m5 a span, #page5 .menu li#m6 a span, #page6 .menu li#m7 a span, #page7 .menu li#m8 a span {
	display:block;
	color:#fb3030;
	border-bottom:solid 2px #fb3030;
	margin-top:-2px;
}
header .menu li ul {
    width:120px;
	position:absolute;
	background:#FFF;
	display:none;
	top:90px;
	left:0px;
    filter: Alpha(opacity=95);
	-moz-opacity:.95;
	opacity:0.95;
}
header .menu li ul li {
	background: none;
	width:120px;
	margin:0;
	padding:0;
}
header .menu li ul li a {
	font-size:13px;
	font-weight:normal;
	width:120px;
	line-height:35px;
	height:35px;
	display:block;
	text-align:center;
	padding:0;
	overflow:hidden;
	border-bottom:solid 1px #EEE;
}
header .menu li ul li a:hover {
	color:#FFF;
	font-weight:normal;
	background-color:#fb3030;
	border-bottom:solid 1px #fb3030;
}
/*scoll*/
header.scroll .btop {
	display:block;
}
header.scroll #top {
	position:fixed;
	height:65px;
}
header.scroll .logo {
	height:65px;
}
header.scroll .logo img {
	max-height:45px;
}
header.scroll .menu {
	height:65px;
}
header.scroll .menu li a {
	height:65px;
	line-height:65px;
}
header.scroll .menu li ul {
	top:65px;
}
header.scroll .menu li ul li a {
	line-height:35px;
	height:35px;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 370px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:15px;
	height:15px;
	background:#FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#bn .swiper-pagination-bullet-active {
	background:#fb3030;
}
/**/
#mid .more {
	position:absolute;
	width:45px;
	height:45px;
	background:#ff0001;
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#mid .more:hover {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#mid .more a {
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:28px;
	font-family:"iconfont" !important;
	color:#FFF;
}
#mid .tit {
	position:relative;
}
#mid .tit h1 {
	font-size:42px;
	color:#303030;
	font-weight:300;
}
#mid .tit h2 {
	font-family: 'Open Sans';
	font-weight:400;
	font-size:22px;
	color:#818181;
	text-transform:uppercase;
	line-height:50px;
}
#mid .tit h3 {
	font-size:14px;
	color:#818181;
	font-weight:300;
}
#mid .tit div {
	right:0;
	bottom:10px;
}
#mid .hmpro {
	background: url(../images/h_about_bg.jpg) no-repeat center top;
	padding:100px 0;
	position:relative;
}
#mid .hmpro:after {
	content:"";
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	background: url(../images/h_about_bg2.jpg) no-repeat center bottom;
}
#mid .hmpro .swiper-container {
	margin-top:100px;
	padding-top:2px;
	padding-bottom:30px;
}
#mid .hmpro .swiper-slide {
	border: solid 1px #f0efef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	z-index:1;
}
#mid .hmpro .swiper-slide:hover {
   border-bottom: solid 3px #df291a;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
   box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#mid .hmpro .swiper-slide .img {
	width:100%;
}
#mid .hmpro .swiper-slide .img img {
	width:100%;
	height:100%;
}
#mid .hmpro .swiper-slide h3 {
	width:100%;
	height:50px;
	line-height:50px;
	padding:10px 10px 0 10px;
	font-size:16px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .hmpro .swiper-slide p {
	line-height:22px;
	font-size:13px;
	color:#666;
	padding:0 10px 20px 10px;
	height:88px;
	overflow:hidden;
}
#mid .hmpro .swiper-container .swiper-button-prev {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index:2;
	top: 50%;
	margin-top:-35px;
	left: -60px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .swiper-container .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 1px 1px 5px -1px #333;
	-webkit-box-shadow: 1px 1px 5px -1px #333;
	box-shadow: -1px 1px 5px -1px #333;
}
#mid .hmpro .swiper-container .swiper-button-prev:after {
	content: "\e666";
	font-family:"iconfont" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:45px;
	text-align:center;
	font-size:25px;
	font-weight:700;
	color:#fb3030;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mid .hmpro .swiper-container .swiper-button-next {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index:2;
	top: 50%;
	margin-top:-35px;
	right: -60px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .swiper-container .swiper-button-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 1px 1px 5px -1px #333;
	-webkit-box-shadow: 1px 1px 5px -1px #333;
	box-shadow: 1px 1px 5px -1px #333;
}
#mid .hmpro .swiper-container .swiper-button-next:after {
	content: "\e666";
	font-family:"iconfont" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:45px;
	text-align:center;
	font-size:25px;
	font-weight:700;
	color:#fb3030;
}
#mid .hmpro .swiper-container:hover .swiper-button-prev {
	left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .swiper-container:hover .swiper-button-next {
	right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .swiper-pagination-bullets {
	bottom:0px;
}
#mid .hmpro .swiper-pagination-bullet {
	width:10px;
	height:10px;
}
#mid .hmpro .swiper-pagination-bullet-active {
	background:#fb3030;
}
#mid .hmab {
	background: url(../images/h_lan_bg.jpg) no-repeat center bottom;
	padding:100px 0;
	background-size:cover;
	background-attachment: fixed;
}
#mid .hmab .kk {
	position:relative;
}
#mid .hmab article {
	width:50%;
}
#mid .hmab article h1 {
	font-size:42px;
	color:#FFF;
	font-weight:300;
}
#mid .hmab article h2 {
	font-family: 'Open Sans';
	font-weight:400;
	font-size:22px;
	color:#EEE;
	text-transform:uppercase;
	line-height:50px;
}
#mid .hmab article p {
	font-size:16px;
	line-height:200%;
	text-align:justify;
	color:#FFF;
} 
#mid .hmab article .more {
	position:relative;
	margin:20px 0;
}
#mid .hmab article .pic {
	display:none;
}
#mid .hmab .abpic {
	position:absolute;
	right:0;
	top:0;
	width: calc(50% - 40px);
	height:100%;
	overflow:hidden;
}
#mid .hmab .abpic img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmab .abpic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmnews {
	background: #f6f6f6;
	padding:100px 0;
}
#mid .hmnews .topnews {
	margin-top:100px;
	margin-bottom:20px;
}
#mid .hmnews ul li {
	display:inline-block;
	width:33.333%;
	margin-right:-3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px;
	vertical-align:top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmnews ul li:hover {
	background:#FFF;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmnews .topnews .img {
	width:66.66%;
	display:inline-block;
	margin-right:-3px;
	vertical-align:top;
	overflow:hidden;
}
#mid .hmnews ul li .img {
	width:100%;
	overflow:hidden;
}
#mid .hmnews .topnews .img img,#mid .hmnews ul li .img img {
	width:100%;
	transition: transform 0.5s ease 0s;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmnews ul li .img img {
	height:100%;
}
#mid .hmnews .topnews .img:hover img,#mid .hmnews ul li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
#mid .hmnews .topnews article {
	width:30.33%;
	display:inline-block;
	margin-left:3%;
	margin-right:-3px;
	margin-top:50px;
}
#mid .hmnews .topnews article h3,#mid .hmnews ul li h3 {
	font-size:20px;
	line-height:40px;
	height:40px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .hmnews ul li h3 {
	font-size:16px;
	margin-top:10px;
}
#mid .hmnews .topnews article p,#mid .hmnews ul li p {
	font-size:14px;
	line-height:22px;
	color:#666;
	margin-top:10px;
	padding-bottom:20px;
	border-bottom:solid 1px #DDD;
	text-align:justify;
}
#mid .hmnews ul li p {
	font-size:13px;
}
#mid .hmnews .topnews article span,#mid .hmnews ul li span {
	line-height:30px;
	color:#666;
	font-size:13px;
	margin-top:10px;
	display:block;
}
#mid .hmnews .topnews article span:before,#mid .hmnews ul li span:before {
	content: "\e629";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:15px;
}
#mid .hmnews .topnews article span,#mid .hmnews ul li span {
	position:relative;
}
#mid .hmnews .topnews article span:after,#mid .hmnews ul li span:after {
	content: "\e639";
	font-family:"iconfont" !important;
	position:absolute;
	right:0;
	font-size:14px;
	color:#C00;
	font-weight:600;
}
#mid .hmpn {
	background: url(../images/h_partner_bg.jpg) no-repeat center bottom;
	padding:100px 0;
}
#mid .hmpn article {
	position:relative;
	overflow:hidden;
	margin-top:100px;	
}
#mid .hmpn ul {
	position:absolute;
}
#mid .hmpn ul li {
	float:left;
	width:220px;
	margin:0 10px;
}
#mid .hmpn ul li .img {
	height:160px;
	padding:5px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
	border:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmpn ul li .img img {
	width:100%;
	height:100%;
}
#mid .hmpn ul li h3 {
	font-size:14px;
	font-weight:300;
	margin-top:10px;
	text-align:center;
}
footer {
	background:#ce000f url(../images/footer_bg.jpg) no-repeat center top;
	color:#FFF;
}
footer .btm_t a,footer .btm_b a {
	color:#FFF;
}
footer .btm_t {
	padding:40px 0;
	height:150px;
}
footer .btm_t .kk {
	position:relative;
}
footer .btm_t .btm_t_ct {
	position:absolute;
	top:0;
}
footer .btm_t .btm_t_ct h1 {
	font-size:17px;
	font-weight:300;
}
footer .btm_t .btm_t_ct article {
	font-size:14px;
	margin-top:10px;
	color:#EEE;
}
footer .btm_t .btm_t_msg {
	position:absolute;
	top:100px;
	font-size:17px;
}
footer .btm_t .btm_t_msg:before {
	content: "\e62a";
	font-family:"iconfont" !important;
	font-size:40px;
	color:#EEE;
	vertical-align:middle;
	margin-right:10px;
}
footer .btm_t .btm_t_tel {
	position:absolute;
	top:0;
	left:500px;
	font-size:17px;
	line-height:25px;
}
footer .btm_t .btm_t_tel:before {
	content: "\e606";
	font-family:"iconfont" !important;
	font-size:40px;
	color:#EEE;
	vertical-align:middle;
	margin-right:10px;
}
footer .btm_t .btm_t_tel span {
	display:block;
	font-size:15px;
	margin-left:50px;
	color:#EEE;
}
footer .btm_t .btm_t_ewm {
	position:absolute;
	right:0;
	top:0;
}
footer .btm_t .btm_t_ewm span {
	display:inline-block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	margin-left:20px;
}
footer .btm_t .btm_t_ewm span img {
	width:120px;
	display:block;
}
footer .btm_b {
	padding:20px 10px;
	background:#b8000c;
	line-height:24px;
	font-size:14px;
	text-align:center;
}
#online {
	position: fixed;
	width: 54px;
	height: 220px;
	right: 0;
	bottom: 200px;
	z-index: 9999;
}
#online ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #222;
	cursor: pointer;
}
#online ul li.nobb {
	border: none;
}
#online ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index: 100;
}
#online ul li .tb1 {
	position: absolute;
	height: 46px;
	top: 0;
	right: -230px;
	width: 230px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 35px;
	font-size: 14px;
	padding-top: 8px;
	background: url(../images/online.png) no-repeat 10px 12px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb1:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #ce000f url(../images/online.png) no-repeat 10px 12px;
	right: 0;
}
#online ul li .tb2 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width: 80px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb2:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #ce000f url(../images/online.png) no-repeat 10px -50px;
	right: 0;
}
#online ul li .tb3 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -110px;
	width: 110px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -110px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}
#online ul li .tb3:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #ce000f url(../images/online.png) no-repeat 10px -110px;
	right: 0;
}
#online ul li .tb4 {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 0;
	right: -54px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -170px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb4:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #ce000f url(../images/online.png) no-repeat 10px -170px;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner {
	clear: both;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
#mid .navmenu {
	border-bottom:solid 1px #DDD;
	line-height:50px;
	height:50px;
}
#mid .navmenu h1 {
	display:none;
	padding:0 15px;
	font-size:16px;
}
#mid .navmenu span {
	float:right;
	color:#999;
}
#mid .navmenu span a {
	color:#999;
}
#mid .navmenu span a:hover {
	color:#ff0a0a;
}
#mid .navmenu ul li {
	display:inline-block;
	margin: 0 10px;
	position:relative;
}
#mid .navmenu ul li a {
	padding:0 10px;
	display:block;
	font-size:15px;
}
#mid .navmenu ul li a.on {
	color:#ff0a0a;
	border-bottom:solid 2px #ff0a0a;
}
#mid .navmenu ul li ul {
	position:absolute;
	top:50px;
	background:#FFF;
	width:150%;
	left:-25%;
	display:none;
	border:solid 1px #EEE;
	z-index:2;
}
#mid .navmenu ul li ul li {
	margin:0;
	display:block;
}
#mid .navmenu ul li ul li a {
	height: auto !important;
	line-height:20px;
	padding:10px 5px;
	border-bottom:solid 1px #EEE;
	font-size:12px;
	text-align:center;
}
#mid .main .content {
	padding: 30px 20px;
}
#mid .main .content article {
	line-height: 28px;
}
#mid .main .content article a {
	text-decoration: underline;
	font-weight: bold;
}
#mid .main .content article > img {
	max-width:100%;
}
#mid .newslist {
	background: #EEE;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .newslist.wt {
	background: #FFF;
}
#mid .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .piclist li {
	display:inline-block;
	width:30%;
	margin-right:2%;
	margin-left:-3px;
	padding:0 1%;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .piclist li:nth-child(3n+0) {
	margin-right:0;
}
#mid .piclist li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .piclist li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .piclist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .piclist li h3 {
	font-size:14px;
	margin:10px 0;
	font-weight:normal;
}
#mid .newspiclist li {
	position:relative;
	line-height:24px;
	margin-bottom:40px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li:after {
	content:"";
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	border-bottom:dotted 1px #CCC;
}
#mid .newspiclist li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li .img {
	height:180px;
	width:240px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
	overflow:hidden;
}
#mid .newspiclist li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .newspiclist li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .newspiclist li .txt {
	float:right;
	width: calc(100% - 270px);
	width: 630px\9;
	margin-top:10px;
}
#mid .newspiclist li .txt h3 {
	font-size:20px;
	font-weight:normal;
}
#mid .newspiclist li .txt h3:before {
	content:"\e6c0";
	font-family:"iconfont" !important;
	margin-right:5px;
	margin-left:-2px;
}
#mid .newspiclist li .txt p {
	margin-top:10px;
	color:#666;
	font-size:14px;
}
#mid .newspiclist li .txt p span {
	font-family:"iconfont" !important;
	font-size:16px;
	color:#666;
	margin-right:5px;
}
#mid .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#form_msg .ipt:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#form_msg textarea:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg .btn {
	background: #da251c;
	border: 1px solid #da251c;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
}
#form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #da251c;
}
#showinfo {
	border-top: none;
	line-height: 25px;
}
#showinfo .btn1 a {
	background: #FFF;
	border: 1px solid #CCC;
	color: #999;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
}
#showinfo .btn1 a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #ff0a0a;
	color: #FFF;
	border: 1px solid #ff0a0a;
}
#showinfo .btn2 a {
	background: #ff0a0a;
	border: 1px solid #ff0a0a;
	color: #FFF;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
	margin-left: -1px;
	text-transform:uppercase;
}
#showinfo .btn2 a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	border: 1px solid #CCC;
	color: #999;
}
#showinfo h1 {
	margin-top: 20px;
	border-top: solid 1px #EEE;
	text-align: center;
	padding: 30px 0;
	font-size: 25px;
	font-weight: normal;
}
#showinfo .fb a {
	width: 25px;
	height: 25px;
	margin: 0 5px 0 15px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover {
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a {
	width: 25px;
	height: 25px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover {
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top: 20px;
	line-height: 28px;
	padding: 10px;
}
#showinfo article a {
	text-decoration: underline;
	font-weight: bold;
}
#showinfo article > img {
	max-width:100%;
}
#showinfo #bpicmain {
	width: 800px;
	margin: 20px auto 0 auto;
	border: solid 1px #EEE;
	height: 500px;
	position: relative;
}
#showinfo #bpic {
	width: 800px;
	text-align: center;
	height: 500px;
	position: absolute;
	z-index: 99;
}
#showinfo #bpic img {
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
	position: relative;
	z-index: 1
}
#showinfo #bpic span {
	display: -moz-inline-box;/*针对火狐*/
}
#showinfo #bpic span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#showinfo #bpic_lt {
	height: 100%;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_rt {
	height: 100%;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_ct {
	height: 100%;
	width: 500px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bbtn_c {
	background: url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:-30px;
	margin-left:-30px;
	z-index: 101;
	display: none;
	cursor: pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float: left;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top:-30px;
	z-index: 101;
	display: none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float: left;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top:-30px;
	z-index: 101;
	display: none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin: 0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_l.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float: left;
	cursor: pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_r.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float: left;
	cursor: pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow: hidden;
}
#showinfo #spic_con ul {
	position: absolute;
}
#showinfo #spic_con li {
	float: left;
	width: 110px;
	height: 64px;
}
#showinfo .spic_img {
	height: 60px;
	width: 90px;
	border: solid 2px #EEE;
	margin: 0 auto;
	text-align: center;
}
#showinfo .cur {
	border: solid 2px #ff0a0a;
}
#showinfo .swiper-container {
	display:none;
}
#mid > .search {
	margin: 20px;
}
#mid .search .newspiclist ul li .img {
	height:120px;
	width:180px;
}
#mid .search .newspiclist li .txt {
	width: calc(100% - 200px);
	margin-bottom:10px;
}
#mid .search .newspiclist li .txt.wd100 {
	width:100%;
}
#mid .odmenu {
	margin:30px 10px 0 10px;
}
#mid .odmenu ul li {
	display:inline-block;
	margin:5px;
}
#mid .odmenu ul li a {
	display:block;
	padding:8px 20px;
	border:solid 1px #CCC;
	font-size:14px;
	background-color:#F3F3F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .odmenu ul li a.on {
	background-color:#ff0a0a;
	color:#FFF;
	border:solid 1px #fb3030;
}
/*wap*/
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
.openmenu .overlay {
	top: 0
}
#pgcontainer {
	padding: 0;
	margin: 0
}
#menu {
	height: 100%;
	width: 0;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
#menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
#menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
#menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
#menu ul li {
	display: block
}
#menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #cdcdcd;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}
#menu li a:hover {
	color: #FFF;
	background: #ce000f;
}
#menu ul li ul {
	display:none;
	margin-top: 0px;
}
#menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
#menu li form {
	margin-bottom:10px;
	padding: 10px 20px;
	position:relative;
}
#menu li input {
	border:none;
	background:#FFF;
	width:100%;
	padding:8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu li button {
	position:absolute;
	width:40px;
	height:100%;
	right:20px;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
#menu li i {
	font-family:"iconfont" !important;
	font-size:24px;
	font-style:normal;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: #222;
	z-index: 1;
	-moz-box-shadow: 0px -1px 1px #990004;
	-webkit-box-shadow: 0px -1px 1px #990004;
	box-shadow: 0px -1px 1px #000;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 50px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li a {
	color:#FFF;
}
.odline li span {
	display:block;
	margin-top:3px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:20px;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e606";
}
.odline li:nth-child(3) span:before {
	content:"\e615";
}
.odline li:nth-child(4) span:before {
	content:"\e649";
}


@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	header .menu,#online,#mid .odmenu {
		display:none;
	}
	header .od {
		padding:0 10px;
		font-size:0;
	}
	header .od span {
		border-left:none;
		float:none;
	    margin-left:0;
	    padding-left:0;
	}
	header .od span:last-child {
		display:none;
	}
	header #top {
		height:70px;
	}
	header .logo {
		height:70px;
	}
	header .logo img {
		max-height:50px;
		max-width:90%;
	}
	header.scroll #top {
		position:fixed;
		height:55px;
	}
	header.scroll .logo {
		height:55px;
	}
	header.scroll .logo img {
		max-height:40px;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:50%;
		margin-top:-18px;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		color:#000;
		font-size:28px;
	}
	header .menubtn:hover:before {
		color:#ce000f;
	}
	#bn .img {
		height:auto;
	}
	#bn .img img {
	    display:block;
		width:100%;
	}
	#mid .more {
		position:absolute;
	}
	#mid .tit {
		padding:0 10px;
	}
	#mid .tit h1 {
		font-size:32px;
	}
	#mid .tit h2 {
		font-size:18px;
		line-height:40px;
	}
	#mid .tit div {
		top:10px;
		right:10px;
	}	
	#mid .hmpro {
		padding:50px 0;
	}
	#mid .hmpro .swiper-container {
		margin-top:50px;
		margin-left:10px;
		margin-right:10px;
	}
	#mid .hmab {
		padding:50px 20px;
		overflow:hidden;
	}
	#mid .hmab article {
		width:100%;
	}
	#mid .hmab article h1 {
		font-size:32px;
	}
	#mid .hmab article h2 {
		font-size:18px;
		line-height:40px;
	}
	#mid .hmab article p {
		font-size:14px;
	} 
	#mid .hmab article .pic {
		display:block;
		margin:10px 0;
	}
	#mid .hmab article .pic img {
		width:100%;
	}
	#mid .hmab .abpic {
		display:none;
	}
	#mid .hmnews {
		padding:50px 0;
	}
	#mid .hmnews .topnews {
		margin-top:40px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		padding:15px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#mid .hmnews .topnews:hover {
		background:#FFF;
		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#mid .hmnews ul {
		padding:10px;
	}
	#mid .hmnews ul li {
		width:100%;
		margin-right:0;
	}
	#mid .hmnews .topnews .img {
		width:100%;
		margin-right:0;
	}
	#mid .hmnews .topnews article {
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-top:10px;
	}
	#mid .hmpn {
		padding:50px 0;
	}
	#mid .hmpn article {
		margin-top:50px;
		margin-left:10px;
		margin-right:10px;
	}
	footer .btm_t {
		padding:40px 10px;
		height:auto;
	}
	footer .btm_t .kk {
		position:relative;
	}
	footer .btm_t .btm_t_ct {
		position:relative;
		top:0;
	}
	footer .btm_t .btm_t_msg {
		position:relative;
		top:0;
		margin-top:20px;
	}
	footer .btm_t .btm_t_tel {
		position:relative;
		top:0;
		left:0;
		margin-top:20px;
	}
	footer .btm_t .btm_t_ewm {
		position:relative;
		left:0;
		top:0;
		margin-top:20px;
		width:100%;
		text-align:center;
	}
	footer .btm_b {
		margin-bottom:50px;
	}
    #mid .navmenu .kk {
		display:none;
	}
	#mid .navmenu h1 {
	    display:inline-block;
	}	
	#showinfo h1 {
		text-align: left;
		font-size: 22px;
		padding-bottom: 10px;
	}
	#showinfo #bpicmain ,#showinfo #spic{
		display:none;
	}
	#showinfo .swiper-container {
		display:block;
		margin-top:20px;
	}
	#showinfo .swiper-container .swiper-pagination-bullet {
		width:12px;
		height:12px;
		background:#999;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		filter: Alpha(opacity=70);
		-moz-opacity: .70;
		opacity: 0.70;
	}
	#showinfo .swiper-container .swiper-pagination-bullet-active {
		background:#eb6001;
	}
	#showinfo .date,#showinfo .bdsharebuttonbox {
		float:left;
		display:block;
		width:100%;
	}
    #showinfo .date .fb,#showinfo .date .fs {
		display:none;
	}
	#mid .search .newspiclist ul li .img {
		width:100%;
		height:auto
	}
	#mid .search .newspiclist li .txt {
		width:100%;
		margin-bottom:0;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 420px) {
	#mid .piclist li {
		width:47%;
	}
	#mid .piclist li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .piclist li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .newspiclist li .img {
		height:240px;
		width:100%;
		float:none;
	}
	#mid .newspiclist li .txt {
		float:none;
		width: 100%;
	}
	#mid .videolist ul li {
		width:50%;
	}	
}
@media screen and (max-width: 320px) {
	footer .btm_t .btm_t_ewm span img {
		width:100px;
	}	
	#mid .newspiclist li .img {
		height:200px;
	}
}